IUserVariable<T> 介面
代表使用者定義變數加上值。
繼承體系
System.Object
IntervalZero.KINGSTAR.Base.Class.IUserVariable<T>
組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
語法
public interface IUserVariable<T> : IUserVariable
Public Interface IUserVariable(Of T) Inherits IUserVariable
IUserVariable<T> 介面陳列了以下成員。
方法
名稱 | 說明 | |
---|---|---|
![]() | GetValue | 取得一個使用者定義變數值。 |
![]() | SetValue | 設定一個使用者定義變數值。 |
參見